/* - */

.banlist {
    position: relative;
}
.banlist .swiper-slide a{
     display: inline-block;
     width:100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-next {
    right: 0;
}

.banlist .swiper-prev {
    left: 0;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    position: absolute;
    width: 65px;
    height: 65px;
    /* top: calc((100% - 65px) / 2); */
    top: 53%;
    cursor: pointer;
    z-index: 99;
}

.banlist .swiper-prev {
    background: url(../img/banBtn.png) no-repeat;
    background-size: cover;
    left: 5.2%;
    transform: rotate(180deg);
}

.banlist .swiper-next {
    background: url(../img/banBtn.png) no-repeat;
    background-size: cover;
    right: 5.2%;
}

.banlist .swiper-prev:hover {
    background: url(../img/banBtn-on.png) no-repeat;
    background-size: cover;
    transform: none;
}

.banlist .swiper-next:hover {
    background: url(../img/banBtn-on.png) no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}



.header-top {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}

.header-top-cont {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.banlist .swiper-wrapper {
    height: auto;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    height: 200px;
    background: url(../img/topmask.png) center repeat-x;
    background-size: auto 99%;
    background-position-y: 0px;
}

.header .search {
    display: flex;
    align-items: center;
}

.header .search a {
    color: #fff;
    font-size: 16px;
    opacity: .7;
}

.search .f-link span {
    color: #fff;
    margin: 0 3px;
    opacity: .7;
}

.header .search {
    position: relative;
    margin-left: 24px;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    box-sizing: border-box;
    border: 1px solid #0D59AA;
    color: #999;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    background: center;
    background: rgba(255, 255, 255, .8);
}

.header .search-btnbg {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
    border: 0.5px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .search input.search-btn {
    width: 17px;
    height: 17px;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.banlist .swiper-slide .title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc((100% - -15px) / 2);
}


.navigation {
    width: 100%;
    height: 25px;
}

.nav {
    width: 100%;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.nav .sub {
        display: none;
    width: 250%;
    top: 40px;
    position: absolute;
    background: #03865D;
    line-height: 60px;
    left: -75%;
}

.nav .nLi:nth-child(5) .sub {
    width: 250%;
    left: -75%;
}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed rgba(242, 242, 242, .3);
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}


.nav .on h3 a {
    font-weight: bold;
}

/* --- */

.column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
}

.column .title {
    display: flex;
    align-items: center;
}

.column .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #3D3D3D;
}

.column span {
    color: rgba(170, 170, 170, 0.8);
    margin: 0 8px;
}

.column .name-en {
    color: rgba(170, 170, 170, 0.8);
    text-transform: uppercase;
}



.column .more {
    font-size: 12px;
    color: #999;
}

.main-kjcg {
    width: 100%;
    height: 326px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-kjcg-bg.png);

}

.main-yun .item {
    width: 48.6%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 4px 10px 0px rgba(3, 134, 93, 0.3);
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.main-yun .item:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.main-yun .item .box {
    width: 100%;
    height: 256px;
}

.main-yun .item .box1 {
    background: url(../img/yzg-bg.png) center no-repeat;
    background-size: cover;
}

.main-yun .item .box2 {
    background: url(../img/yzb-bg.png) center no-repeat;
    background-size: cover;
}

.main-yun .item .box a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.main-yun .item .box p {
    margin-top: 15px;
}


.kjcglist .item1 {
    width: 100%;
    height: 153px;
    background: url(../img/kjcg-item1-bg.jpg) center no-repeat;
}

.kjcglist .item2 {
    width: 100%;
    height: 153px;
    background: url(../img/kjcg-item2-bg.jpg) center no-repeat;
}

.kjcglist .item {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.kjcglist .item:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}


.kjcglist .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.kjcglist .item .name {
    margin: 6px 0 3px 0;
}

.kjcglist .item .name-en {
    font-size: 12px;
}

.main-yun {
    position: relative;
    top: -35px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

.main-cghb {
    width: 100%;
    height: 828px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-cghb-bg.jpg);
    position: relative;
    overflow: hidden;
}

.main-cghb .column .name {
    color: #fff;
}

.main-cghb .column .name-en {
    color: rgba(255, 255, 255, 0.8);
}

.main-cghb .column span {
    color: rgba(255, 255, 255, 0.8);
}

.cghb-tab {
    display: flex;
    position: absolute;
    right: 0;
    top: 70px;
}

.cghb-tab .box {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #E8E8E8;
    margin-left: 10px;
    text-align: center;
}

.cghb-tab .box.on a {
    color: #03865D;
    font-weight: bold;
}

.cpzxSlide.on {
    display: block;
}

.cpzxSlide {
    overflow: hidden;
    display: none;
}

.cpzxSlide .swiper-container {
    padding: 20px 0;
}

.cpzxSlide .swiper-wrapper {
    height: auto;
}

.cpzxSlide .swiper-slide {
    width: 340px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;

}

.cpzxSlide .swiper-slide a {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.cpzxSlide .swiper-slide .img {
    overflow: hidden;
}

.cpzxSlide .swiper-slide .img img {
    width: 100%;
    height: 170px;
}

.cpzxSlide .swiper-slide .title {
    color: #3D3D3D;
    line-height: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cpzxSlide .swiper-slide:hover a {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.cpzxSlide .swiper-slide:hover .title {
    color: #03865D;
    font-weight: bold;
}

.cpzxSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}

.cpzxSlide .swiper-pagination-bullet-active {
    opacity: 1;
}


.cpzxSlide .swiper-pagination-bullets {
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 45px;
}

.cpzxSlide .swiper-prev {
    position: absolute;
    left: 41%;
    bottom: 30px;
    z-index: 99;
    cursor: pointer;
}

.cpzxSlide .swiper-next {
    position: absolute;
    bottom: 30px;
    right: 41%;
    z-index: 99;
    cursor: pointer;
}

.zhdtList li.f {
    width: 100%;
    height: 220px;
    background: #FAFAFA;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 33px;
    background: url(../img/li.f-bg.png) center no-repeat;
}

.zhdtList li.f:hover {
    box-shadow: 0px 0px 5px 1px rgba(3, 134, 93, 0.2);
}

.zhdtList li.f .title {
    color: #03865D;
    font-weight: bold;
}

.zhdtList li.f .desc {
    line-height: 30px;
    height: 60px;
    margin: 15px 0 30px 0;
}

.zhdtList li.f .dete {
    width: 106px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
}

.zhdtList li.n {
    width: 100%;
    height: 65px;
    background: #fff;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 24px;
}

.zhdtList li.n .dete {
    min-width: 80px;
    text-align: right;
}

.zhdtList li.n span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: #03865D;
    position: relative;
    top: -3px;
}

.zhdtList li.n:hover {
    box-shadow: 0px 0px 5px 1px rgba(3, 134, 93, 0.2);
}

.zhdtList li.n:hover a {
    color: #03865D;
    font-weight: bold;
}

.zhdtList li.n:hover .dete {
    color: #666;
}

.zhdtSide .swiper-wrapper {
    height: auto;
}

.zhdtSide .swiper-slide .text {
    width: 100%;
    height: 192px;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 25px 30px;
}

.zhdtSide .swiper-slide .img {
    overflow: hidden;
}

.zhdtSide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zhdtSide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zhdtSide .swiper-slide:hover .title {
    font-weight: bold;
}

.zhdtSide .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    margin: 15px 0 30px 0;
}

.zhdtSide .swiper-pagination-bullets {
    position: absolute;
    right: 40px;
    z-index: 99;
    left: auto;
    width: auto;
    bottom: 35px;
    z-index: 99;
}

.zhdtSide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    cursor: pointer;
    background: #E1E1E1;
}

.zhdtSide .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 9px;
    background: #fff;
}

.hyznlist ul li {
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 25px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.hyznlist ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.hyznlist ul li a {
    display: inline-block;
}

.hyznlist ul li .ico {
    width: 160px;
    height: 100px;
    display: inline-block;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
}

.hyznlist ul li .ico {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
}

.hyznlist ul li .text {
    width: 82%;
    height: 85px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px 0 48px;
    margin-top: 7.5px;
}

.hyznlist ul li .title,
.hyznlist ul li .desc {
    line-height: 30px;
    height: 30px;
}

.hyznlist ul li .dete {
    position: absolute;
    left: -25px;
}

.hyznlist ul li.li2 .ico,
.hyznlist ul li.li4 .ico {
    left: auto;
    right: 0;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 15px;
}

.hyznlist ul li.li2 .text,
.hyznlist ul li.li4 .text {
    right: auto;
    left: 0;
    padding: 0 48px 0 20px;
}

.hyznlist ul li .dete {
    width: 53px;
    height: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
}

.hyznlist ul li .dete .d {
    text-align: center;
}

.hyznlist ul li .dete .y {
    font-size: 11px;
    text-align: center;
}

.hyznlist ul li.li2 .dete,
.hyznlist ul li.li4 .dete {
    left: auto;
    right: -25px;
}

.hyznlist ul li.li4 {
    margin: 0;
}

.hyznlist ul li:hover .title {
    color: #03865D;
    font-weight: bold;
}

.hyznlist ul li:hover .desc {
    color: #666;
}

.con-hyzn {
    position: relative;
}

.con-hyzn .tablist {
    position: absolute;
    right: 15px;
    top: 33px;
    display: flex;
}

.con-hyzn .tablist .box {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}

.con-hyzn .tablist .box a {
    color: #3D3D3D;
    font-size: 16px;
}

.con-hyzn .tablist .box.on {
    border: 1px solid #03865D;
}

.con-hyzn .tablist .box.on a {
    color: #03865D;
    font-weight: bold;
}

.hyznlist ul.on {
    display: block;
}

.hyznlist ul {
    display: none;
}

.atjhlist .box {
    padding-bottom: 23px;
}

.atjhlist .box:last-child {
    padding: 0;
}

.atjhlist .box .img {
    overflow: hidden;
}

.atjhlist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.atjhlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.main-message {
    width: 100%;
    height: 450px;
    background: url(../img/message-bg.png) center no-repeat;
    background-size: cover;
}

.form-message .name {
    color: #fff;
}

.form-message .name-en {
    color: rgba(255, 255, 255, 0.8);
}

.form-message .more {
    color: #DCDCDC;
}

.lyzx-text {
    position: absolute;
    right: 0;
    bottom: 66px;
}

.lyzx-text p {
    line-height: 34px;
}




.form-message {
    width: 100%;
}

.form-message .message {
    background: #fff;
}

.footer {
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(15, 175, 125, 0.80) 0%,
            rgba(3, 134, 93, 0.80) 100%);
}

.footer .foot {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .item {
    width: 31.4%;
    height: 202px;
    background: linear-gradient(180deg, rgba(26, 168, 123, 0.62) 0%,
            rgba(26, 168, 123, 0.62) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.footer .contact p {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
}

.footer .banq,
.footer .contact {
    box-sizing: border-box;
    padding-left: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .banq p {
    font-size: 16px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.footer .code {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer .code .box {
    margin: 0 14px;
}

.footer .code p {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.footer .banq {
    position: relative;
}

.footer .banq .sydw-ico {
    position: absolute;
    right: 25px;
    bottom: 38px;
}

/* -------------- */
.nei-banner img {
    width: 100%;
}

.sub-list {
    width: 100%;
    background: #F4F4F4;
}

.sub-list ul {
    display: flex;
}

.sub-list ul li {
    box-sizing: border-box;
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
}

.sub-list ul li.on,
.sub-list ul li:hover {
    background: #03865D;
}

.sub-list ul li a {
    font-size: 16px;
    color: #3D3D3D;
}

.sub-list ul li.on a,
.sub-list ul li:hover a {
    color: #fff;
}






.con-textlist .info li {
    width: 100%;
    height: 146px;
    position: relative;
    margin-bottom: 25px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-textlist .info li a {
    display: inline-block;
}

.con-textlist .info li .ico {
    width: 235px;
    height: 146px;
    display: inline-block;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
}

.con-textlist .info li:hover .ico {
    background: linear-gradient(270deg, rgba(40, 187, 167, 0.50) 0%,
            rgba(3, 134, 93, 0.50) 100%);

}

.con-textlist .info li .ico {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 21px;
}

.con-textlist .info li .text {
    width: 87.3%;
    height: 125px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px 0 70px;
    margin-top: 11px;
}

.con-textlist .info li .title {
    line-height: 30px;
    height: 30px;
}

.con-textlist .info li .desc {
    line-height: 25px;
    height: 50px;
}

.con-textlist .info li .dete {
    position: absolute;
    left: -39px;
}

.con-textlist .info li .dete {
    width: 78px;
    height: 73px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #28BBA7 0%, #03865D 100%);
}

.con-textlist .info li .dete .d {
    text-align: center;
    font-size: 18px;
}

.con-textlist .info li .dete .y {
    font-size: 11px;
    text-align: center;
}

.con-textlist .info li.li4 {
    margin: 0;
}

.con-textlist .info li:hover .title {
    color: #03865D;
    font-weight: bold;
}

.con-textlist .info li:hover .desc {
    color: #666;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #03865D !important;
    color: #fff;
    background-color: #03865D !important;
}

.nei-content .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.con-picture .info .box {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.con-picture .info .box .img {
    overflow: hidden;
}

.con-picture .info .box .img img {
    width: 100%;
}

.con-picture .info .box .title {
    color: #3D3D3D;
    line-height: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-picture .info .box:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.con-picture .info .box:hover .title {
    color: #03865D;
    font-weight: bold;
}


.con-piclist .info .box {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px;
}

.con-piclist .info .box .img {
    width: 22%;
    height: 170px;
    overflow: hidden;
}

.con-piclist .info .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist .info .box .text {
    width: 78%;
    box-sizing: border-box;
    padding: 0 30px;
}

.con-piclist .info .box .title {
    color: #3D3D3D;
    line-height: 24px;
    height: 24px;
}

.con-piclist .info .box .desc {
    line-height: 30px;
    height: 60px;
    color: #999;
    margin: 20px 0 45px 0;
}

.con-piclist .info .box .dete {
    color: rgba(3, 134, 93, 0.9);
}

.con-piclist .info .box .more {
    color: rgba(3, 134, 93, 0.9);
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.con-piclist .info .box:hover .title {
    color: #03865D;
    font-weight: bold;
}

.con-piclist .info .box:hover .desc {
    color: #666;
}

.con-piclist .info .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.con-detail {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.con-detail .detail {
    box-sizing: border-box;
    padding: 50px 155px;
}

.con-detail .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.con-detail .timer {
    line-height: 25px;
    margin-top: 25px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.con-detail .timer span {
    color: #9E9E9E;
    margin: 0 5px;
}

.con-detail .dtl {
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.con-detail .dtl p {
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.detail-page {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.detail-page p {
    line-height: 40px;
}

.detail-page p a {
    color: #9E9E9E;
    font-size: 16px;
}

.detail-page p:hover a {
    color: #03865D;
    font-weight: bold;
}


/* - */
.con-danye {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.con-danye .danye {
    box-sizing: border-box;
    padding: 50px 155px;
}

.con-danye .dtl {
    box-sizing: border-box;
}

.con-danye .dtl p {
    font-size: 18px;
    line-height: 35px;
    color: #333;
    margin-bottom: 15px;
}

.crumbs {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.crumbs .crumbs-name {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.crumbs .crumbs-list p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.crumbs .crumbs-list a {
    color: #fff;
}

.crumbs .crumbs-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #03865D;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    width: 75%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}


/* ---- */
.lyzxtext {
    width: 100%;
    height: 268px;
    position: relative;
}

.lyzxtext .imgbg {
    width: 453px;
    height: 230px;
    background: url(../img/lyzx-imgbg.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lyzxtext .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0px 4px 10px 0px #03865D;
    overflow: hidden;
}

.lyzxtext .img img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.lyzxtext .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.lyzxtext .text {
    position: absolute;
    right: 94px;
    bottom: 37px;
}

.lyzxtext .imgbg .name {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #03865D;
}

.lyzxtext .imgbg .name-en {
    font-size: 12px;
    text-transform: uppercase;
    color: #03865D;
}

.footer .contact {
    position: relative;
}

.footer .contact .ft-lyzx {
    position: absolute;
    right: 20px;
    bottom: 20px;

}